From 546f599ce464cc42b81459cd937e61dcdb652501 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 2 Nov 2004 04:12:07 +0000 Subject: [PATCH] Remove a debug printf(). (#157087, Christian Persch) 2004-11-01 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Remove a debug printf(). (#157087, Christian Persch) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtkentrycompletion.c | 1 - 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ba1d9bf93..0ae257feaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-01 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Remove a debug printf(). (#157087, Christian Persch) + * gtk/gtkicontheme.c: Actually commit the "stat less" patch which appeared in the ChangeLog a few days ago. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4ba1d9bf93..0ae257feaf 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-11-01 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Remove a debug printf(). (#157087, Christian Persch) + * gtk/gtkicontheme.c: Actually commit the "stat less" patch which appeared in the ChangeLog a few days ago. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4ba1d9bf93..0ae257feaf 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-11-01 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Remove a debug printf(). (#157087, Christian Persch) + * gtk/gtkicontheme.c: Actually commit the "stat less" patch which appeared in the ChangeLog a few days ago. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4ba1d9bf93..0ae257feaf 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-11-01 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Remove a debug printf(). (#157087, Christian Persch) + * gtk/gtkicontheme.c: Actually commit the "stat less" patch which appeared in the ChangeLog a few days ago. diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index dfc72de15d..d8bae29579 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1284,7 +1284,6 @@ _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion) gtk_tree_view_column_cell_get_size (completion->priv->column, NULL, NULL, NULL, NULL, &height); - g_print ("item height %d\n", height); if (items <= 0) gtk_widget_hide (completion->priv->scrolled_window); else -- 2.30.2